Documentation changes.
authorJonathan Blandford <jrb@redhat.com>
Wed, 5 Jan 2000 19:46:15 +0000 (19:46 +0000)
committerJonathan Blandford <jrb@src.gnome.org>
Wed, 5 Jan 2000 19:46:15 +0000 (19:46 +0000)
2000-01-05  Jonathan Blandford  <jrb@redhat.com>

* doc/tmpl/animation.sgml: Documentation changes.

docs/reference/gdk-pixbuf/tmpl/animation.sgml
gdk-pixbuf/ChangeLog

index 8a5d558b604472f0a81c3b556ca7e121890b6e05..f578a841e718e36fba5b0a284316625d50e38e5a 100644 (file)
@@ -22,7 +22,14 @@ Animations as multi-frame structures.
 
 <!-- ##### ENUM GdkPixbufFrameAction ##### -->
   <para>
-    
+    Each animation frame can have several things happen to it when the
+    next frame is displayed.  The #GdkPixbufFrameAction determines this.
+    If a frame as marked as @GDK_PIXBUF_FRAME_RETAIN, then the image
+    will remain displayed, and will be potentially occluded by the next
+    frame.  If it is marked as @GDK_PIXBUF_FRAME_DISPOSE, then the
+    animation is reverted to the setting before the frame was shown.  If
+    it is marked as @GDK_PIXBUF_FRAME_REVERT, then the animation is
+    reverted to the first image before continuing.
   </para>
 
 @GDK_PIXBUF_FRAME_RETAIN: 
index cdd3f4bd59a44917ff300ea0f3f6b8d0c31f1cb0..3bb68cd30e0de97430e12762661949721e75cafd 100644 (file)
@@ -1,3 +1,7 @@
+2000-01-05  Jonathan Blandford  <jrb@redhat.com>
+
+       * doc/tmpl/animation.sgml: Documentation changes.
+
 2000-01-01  Federico Mena Quintero  <federico@helixcode.com>
 
        * gdk-pixbuf/gdk-pixbuf.h (GdkPixbufAnimation): Added reference